home *** CD-ROM | disk | FTP | other *** search
/ 45 Great Windows Utilities 6 / 45 Great Windows Utilities Volume 6 MOJO-405 (Mojo Software).iso / ss / ss.h < prev    next >
C/C++ Source or Header  |  1990-11-02  |  1KB  |  41 lines

  1. /****************************************************************************
  2. *
  3. *  FILE:          SS.H
  4. *
  5. *  DESCRIPTION:   Header file for Screen Saver Routines
  6. *                 function.
  7. *
  8. *                 This software is hereby placed in the public domain.
  9. *                 Use and abuse it at your own risk!
  10. *
  11. *
  12. *  AUTHOR:        Tom Wheeler
  13. *                 31294 Morlock
  14. *                 Livonia, Mich.  48152
  15. *                 [72037,1742]
  16. *
  17. *****************************************************************************
  18. *
  19. *     DATE                                DESCRIPTION
  20. *  ----------     -----------------------------------------------------------
  21. *   10/11/90      Initial Development
  22. *
  23. ****************************************************************************/
  24.  
  25. /******************************** CONSTANTS ********************************/
  26.  
  27. #define IDD_PGMVERSION  100
  28.  
  29. #define IDM_ABOUT       1001
  30. #define IDM_SETTIME     1002
  31.  
  32. #define IDD_TIMEEDIT    200
  33. #define IDD_SAVE        201
  34. #define IDD_CANCEL      202
  35.  
  36. #define WM_HOOKKEY      300
  37.  
  38. /***************************** FUNCTION PROTOTYPES *************************/
  39.  
  40. extern BOOL FAR PASCAL InitHook(HANDLE hWnd);
  41.